home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / AppMenu2.3 / Test.StartMeFirst < prev    next >
Text File  |  1996-09-26  |  279b  |  12 lines

  1. If NOT EXISTS ENV:AppMenu
  2.    Echo "Creating dir *"ENV:AppMenu*".*N"
  3.    MakeDir ENV:AppMenu
  4.    Wait 1
  5. EndIf
  6. Echo "Creating file *"ENV:AppMenu/AppMenu.prefs*" from *"TestMenu.pre*".*N"
  7. AppMenu >NIL: FROM TestMenu.pre USE
  8. Wait 1
  9. Echo "Starting AppMenuCx"
  10. Run >NIL: AppMenuCx
  11. Wait 5
  12.